home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-01-29 | 1.2 KB | 38 lines | [TEXT/MPS ] |
- ; Version: 2.89
- ; Created: Friday, October 20, 1989 at 9:11:52 PM
- ; File: ApplDeskBus.a
- ;
- ; Assembler Interface to the Macintosh Libraries
- ; Copyright Apple Computer, Inc. 1986-1991
- ; All Rights Reserved
- ;
- ;--------------------------------------------------------------------
-
- IF &TYPE('__IncludingApplDeskBus__') = 'UNDEFINED' THEN
- __IncludingApplDeskBus__ SET 1
-
-
- ADBOpBlock RECORD 0
- dataBuffPtr DS.L 1 ; Ptr - address of data buffer
- opServiceRtPtr DS.L 1 ; Ptr - service routine pointer
- opDataAreaPtr DS.L 1 ; Ptr - optional data area address
- opBlkSize EQU * ; size of ADBOpBlock
- ENDR
-
-
-
- ADBDataBlock RECORD 0
- devType DS.B 1 ; SignedByte - device type
- origADBAddr DS.B 1 ; SignedByte - original ADB Address
- dbServiceRtPtr DS.L 1 ; Ptr - service routine pointer
- dbDataAreaAddr DS.L 1 ; Ptr - data area address
- dbBlkSize EQU * ; size of ADBDataBlock
- ENDR
-
- ADBSetInfoBlock RECORD 0
- siServiceRtPtr DS.L 1 ; Ptr - service routine pointer
- siDataAreaAddr DS.L 1 ; Ptr - data area address
- siBlkSize EQU * ; size of ADBSetInfoBlock
- ENDR
-
- ENDIF ; ...already included